home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / hold10.zip / DEMOA.BAT < prev    next >
DOS Batch File  |  1987-12-27  |  942b  |  18 lines

  1. ECHO     DEMO SCREEN 2
  2. ECHO     .
  3. ECHO     This program  is usefull with  your autoexec.bat file.  If you are like
  4. ECHO     me, I have  a main autoexec file  that sets everything up  as I need it
  5. ECHO     for the BBS I run.  But when I  am going to do other things, I have  to
  6. ECHO     press Ctrl  C at the  right time and  run other batch  files.  HOLD.COM
  7. ECHO     makes this process a lot easier.  I have broken my autoexec.bat file up
  8. ECHO     into 3 smaller  ones and use HOLD.COM  in between. This way  if I leave
  9. ECHO     everything alone, the BBS will come  up one way. I can press a  key and
  10. ECHO     have  it come up without  the DoubleDos running. Or  press a key at the
  11. ECHO     begining and have the Board Not come up at all.
  12. ECHO     HOLD.COM alows you to insert "Timed" branches in your batch routines.
  13. ECHO     .
  14. ECHO     .
  15. ECHO     .
  16. HOLD 60 NEXT_SCREEN DEMOB.BAT RE-DISPLAY_THIS_SCREEN DEMOA.BAT h
  17. hld.bat
  18.